Delete Tenants
{ deleteTenants }
Removes tenants from the system.
Method
Input Parameters
Name
deleteTenantApiData
Object Type
Description
The listing of tenants that will be removed from the system.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Use the parameter object to flag if related users and data servers should be removed too. This function cannot be undone. Use it carefully.
Examples
User Operations (JavaScript):
This example demonstrates how to find and delete users, roles and tenants.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.
Content and Tag Operations (JavaScript):
This example demonstrates how to find item's and the manipulation of content tags.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.